等价。参考此处:
The simplest way to create a matrix in
MATLAB is to use the matrix
constructor operator, []. Create a row
in the matrix by entering elements
(shown as E below) within the
brackets. Separate each element with a
comma or space:
row = [E1, E2, ..., Em] row = [E1 E2 ... Em]